Click or drag to resize

AbsoluteMonthlyRecurrencePatternDayOfMonth Property

Describes the day in a month that a recurring item occurs. The range of values for this property is 1 to 31. If for a particular month this value is larger than the number of days in the month, the last day of the month is assumed for this property.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public int DayOfMonth { get; set; }

Property Value

Type: Int32
The day of month.
See Also